projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb05cf
)
(Fkill_all_local_variables): Increment `update_mode_lines' only once.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 15 Jan 2002 07:31:04 +0000
(07:31 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 15 Jan 2002 07:31:04 +0000
(07:31 +0000)
src/ChangeLog
patch
|
blob
|
history
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2efa5a3e30e5a02e20159e501e78517d4e8a50fd..26c7886569599f01e52b25e86fb1a88587bc8e0e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2002-01-15 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * buffer.c (Fkill_all_local_variables): Increment
+ `update_mode_lines' only once.
+
2002-01-14 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
* lisp.h (adjust_after_replace_noundo)
diff --git
a/src/buffer.c
b/src/buffer.c
index 856b55aa6456926f98b937cce01bb15b798ce395..7f49fb4d247e48ad839f421899c57e22f2e7ab8b 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-2299,10
+2299,6
@@
the normal hook `change-major-mode-hook'. */)
reset_buffer_local_variables (current_buffer, 0);
- /* Redisplay mode lines; we are changing major mode. */
-
- update_mode_lines++;
-
/* Any which are supposed to be permanent,
make local again, with the same values they had. */